From: Ian Campbell Date: Mon, 21 Jul 2014 12:16:31 +0000 (+0100) Subject: xen: arm: document boot module compatibility based on ordering X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4600 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=737a54a5903e44125681fcca6727181b0e64ce99;p=xen.git xen: arm: document boot module compatibility based on ordering Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index d967061cdd..ad98bf3cd1 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -23,7 +23,13 @@ Each node contains the following properties: compatible string (if one applies) in addition to the generic string (which must always be present). - Xen 4.4 supported a different set of legacy compatible strings + Xen will assume that the first module which lacks a more + specific compatible string is a "multiboot,kernel" and that + the second such is a "multiboot,ramdisk". Any subsequent + modules which lack a specific compatiblity string will not + receive any special treatment. + + Xen 4.4 supported a different set of legacy compatible strings which remain supported such that systems supporting both 4.4 and later can use a single DTB.